TestOutlookWebServicesTask.Identity Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False, ParameterSetName := "Identity", _
Position := , ValueFromPipeline := True, ValueFromPipelineByPropertyName := True)> _
Public Property Identity As RecipientIdParameter
Get
Set
'Usage
Dim instance As TestOutlookWebServicesTask
Dim value As RecipientIdParameter
value = instance.Identity
instance.Identity = value
[ParameterAttribute(Mandatory = false, ParameterSetName = "Identity",
Position = , ValueFromPipeline = true, ValueFromPipelineByPropertyName = true)]
public RecipientIdParameter Identity { get; set; }
Property Value
Type: Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter