BRFreeformArgument.Value Property
Gets or sets the value.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Value As String
Get
Set
'Usage
Dim instance As BRFreeformArgument
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
The value.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace