ActiveState.SharedDataSourceRemovedSpecified Property

Definition

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

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

Property Value

true if the SharedDataSourceRemoved property should be included in 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