Gets or sets the optional password to protect this information
Namespace: Microsoft.Tag.CampaignManagementAssembly: Microsoft.Tag.CampaignManagement (in Microsoft.Tag.CampaignManagement.dll) Version: 1.0.7785.0 (1.0.7785.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Password protected tags are not supported anymore")] public string Password { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Password protected tags are not supported anymore")> _ Public Property Password As String Get Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Password protected tags are not supported anymore")] public: property String^ Password { String^ get (); void set (String^ value); } |
Field Value
[Missing <value> documentation for "P:Microsoft.Tag.CampaignManagement.VCardTag.Password"]