BRFreeformArgument.Value Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a string representing the business rule freeform argument.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string Value { get; set; }
public:
[DataMemberAttribute]
property String^ Value {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
<DataMemberAttribute>
Public Property Value As String

Property Value

Type: System.String

A String representing the argument.

See Also

BRFreeformArgument Class
Microsoft.MasterDataServices Namespace

Return to top