←Select platform

UserName Property

Summary

Gets or sets the user name associated with the credentials.

Syntax

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

Property Value

A System.String that specifies the user name.

Example

For an example, refer to UrlBinaryData.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.DataContracts Assembly
Click or drag to resize