Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Domain", IsRequired=True)> Public Property Domain As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Domain", IsRequired=true)] public string Domain {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Domain", IsRequired=true)] public: property String^ Domain { String^ get(); void set (String^ value); } |
Return Value
A String that specifies the name of the domain.For an example, refer to UrlBinaryData.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family