ExtensionParameter.IsPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
public:
property bool IsPassword { bool get(); void set(bool value); };
public bool IsPassword { get; set; }
member this.IsPassword : bool with get, set
Public Property IsPassword As Boolean
Property Value
true
if the extension setting should be exclude from calls made through the SOAP API; otherwise, false
.