RequestServicePartitionName Property |
Service Partition Name - This attribute identifies the ServicePartitionName assigned to this Request. The Request and its Workflow Instances can only be processed by FIM Service instances that have this ServicePartitionName.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string ServicePartitionName { get; set; }
Public Property ServicePartitionName As String
Get
Set
public:
property String^ ServicePartitionName {
String^ get ();
void set (String^ value);
}
member ServicePartitionName : string with get, set
Property Value
Type:
String
See Also