←Select platform

Domain Property

Summary

Gets or sets the domain used to verify the credentials.

Syntax

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

Property Value

A System.String that specifies the name of the domain.

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