Gets or sets the privacy password to be used in requests.
Syntax
Visual Basic (Declaration) | |
---|
Public PrivacyPassword As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Security
Dim value As String
value = instance.PrivacyPassword
instance.PrivacyPassword = value |
C# | |
---|
public string PrivacyPassword |
Managed Extensions for C++ | |
---|
public: string* PrivacyPassword |
C++/CLI | |
---|
public:
String^ PrivacyPassword |
Property Value
The privacy password to be used in request.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also