Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)

Show in webframe

Password Property






Gets or sets the password for the user name associated with the credentials.
Syntax
[DataMemberAttribute(Name="Password", IsRequired=true)]
public string Password {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Password", IsRequired=True)>
Public Property Password As String
'Usage
 
Dim instance As UrlBinaryData
Dim value As String
 
instance.Password = value
 
value = instance.Password

            

            
[DataMemberAttribute(Name="Password", IsRequired=true)]
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the password for the credentials.
Example
For an example, refer to UrlBinaryData.
Requirements

Target Platforms

See Also

Reference

UrlBinaryData Class
UrlBinaryData Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features