Campo Code
The domain list code.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Code As String
'Uso
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
Consulte também