Value 字段

The value of the system ___domain list item.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute> _
Public Value As String
用法
Dim instance As SystemDomainListItem
Dim value As String

value = instance.Value

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