←Select platform

Password Property

Summary

Gets or sets the password for the user name associated with the credentials.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Password", IsRequired=false)] 
public string Password { get; set; } 
  
<DataMemberAttribute(Name="Password", IsRequired=True)> 
Public Property Password As String 
[DataMemberAttribute(Name="Password", IsRequired=true)] 
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that specifies the password for the credentials.

Example

For an example, refer to UrlBinaryData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly