TestFederationTrust.UserIdentity Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UserIdentity As RecipientIdParameter
Get
Set
'Usage
Dim instance As TestFederationTrust
Dim value As RecipientIdParameter
value = instance.UserIdentity
instance.UserIdentity = value
[ParameterAttribute(Mandatory = false)]
public RecipientIdParameter UserIdentity { get; set; }
Property Value
Type: Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter