SystemDomainList.Code Field

The domain list code.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Code As String
'Usage
Dim instance As SystemDomainList
Dim value As String

value = instance.Code

instance.Code = value
[DataMemberAttribute]
public string Code
[DataMemberAttribute]
public:
String^ Code
[<DataMemberAttribute>]
val mutable Code: string
public var Code : String