DataSourceDefinition.ImpersonateUserSpecified Property

Definition

Gets or sets a value that indicates whether the ImpersonateUser property is specified.

public:
 property bool ImpersonateUserSpecified { bool get(); void set(bool value); };
public bool ImpersonateUserSpecified { get; set; }
member this.ImpersonateUserSpecified : bool with get, set
Public Property ImpersonateUserSpecified As Boolean

Property Value

true if the ImpersonateUser property should be omitted from the Web service call; otherwise, false. The default is false.

Remarks

For more information about omitting properties see Omitting Values for Optional Web Service Objects.

Applies to