Value フィールド
システム ドメイン リスト アイテムの値。
名前空間: 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