TestFederationTrust.UserIdentity property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property UserIdentity As RecipientIdParameter
Get
Set
'Usage
Dim instance As TestFederationTrust
Dim value As RecipientIdParameter
value = instance.UserIdentity
instance.UserIdentity = value
public RecipientIdParameter UserIdentity { get; set; }
Property value
Type: Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace