Code 欄位
The domain list code.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Code As String
'用途
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