Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the item value.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Value As String
Get
Set
'Usage
Dim instance As SystemDomainListItem
Dim value As String
value = instance.Value
instance.Value = value
[DataMemberAttribute]
public string Value { get; set; }
[DataMemberAttribute]
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
function get Value () : String
function set Value (value : String)
Property Value
Type: System.String
A string that represents the item value.