Edit

Share via


UserIdType.DistinguishedUserSpecified Property

Definition

The DistinguishedUserSpecified property gets or sets a Boolean value that specifies whether the DistinguishedUser property is serialized into the SOAP message. This property is required if the DistinguishedUser property is specified.

public:
 property bool DistinguishedUserSpecified { bool get(); void set(bool value); };
public bool DistinguishedUserSpecified { get; set; }
Public Property DistinguishedUserSpecified As Boolean

Property Value

The DistinguishedUserSpecified property returns true if the DistinguishedUser property is specified; otherwise, the property returns false.

Applies to