RequestorValidationActivity.OwnerAuthorization Property
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
'Usage
Dim instance As RequestorValidationActivity
Dim value As Boolean
value = instance.OwnerAuthorization
instance.OwnerAuthorization = value
Syntax
'Declaration
Public Property OwnerAuthorization As Boolean
public bool OwnerAuthorization { get; set; }
public:
property bool OwnerAuthorization {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_OwnerAuthorization ()
/** @property */
public void set_OwnerAuthorization (boolean value)
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
RequestorValidationActivity Class
RequestorValidationActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace