This API supports the FIM 2010 infrastructure. Using this API
directly from your code is not supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As RequestorValidationActivity
Dim value As Boolean
value = instance.OwnerAuthorization
instance.OwnerAuthorization = value
|
Syntax
Visual Basic |
Public Property OwnerAuthorization As Boolean
|
C# |
public bool OwnerAuthorization { get; set; }
|
C++ |
public:
property bool OwnerAuthorization {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
public boolean get_OwnerAuthorization ()
/** @property */
public void set_OwnerAuthorization (boolean value)
|
JScript |
public function get OwnerAuthorization () : boolean
public function set OwnerAuthorization (value : boolean)
|
Property Value
A
Boolean value. If this value is
true, the
RequestorValidationActivity activity provides a ‘pass’ result
to the authorization workflow even if the change request involves
resources other than the requester or resources owned by the
requester.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also