共用方式為


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