Udostępnij za pośrednictwem


Pole SystemDomainList.Code

domena Kodu listy.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Code As String
'Użycie
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