Gets the ID of the Forefront Identity Manager Service Account
resource.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As ApprovalActivity
Dim value As Guid
value = instance.ServiceAccountId
|
Syntax
Visual Basic |
Public ReadOnly Property ServiceAccountId As Guid
|
C# |
public Guid ServiceAccountId { get; }
|
C++ |
public:
property Guid ServiceAccountId {
Guid get ();
}
|
J# |
/** @property */
public Guid get_ServiceAccountId ()
|
JScript |
public function get ServiceAccountId () : Guid
|
Property Value
A
Guid value.
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