Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the domain list code.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Code As String
Get
Set
'Usage
Dim instance As SystemDomainList
Dim value As String
value = instance.Code
instance.Code = value
[DataMemberAttribute]
public string Code { get; set; }
[DataMemberAttribute]
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Code : string with get, set
function get Code () : String
function set Code (value : String)
Property Value
Type: System.String
A string that represents the domain list code.