SystemDomainListItem.Value Field
The value of the system domain list item.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Value As String
'Usage
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