Partager via


Champ Code

The domain list code.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Code As String
'Utilisation
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