SystemPropertyValue.Value Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the system property.

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 that represents the value.

See Also

SystemPropertyValue Class
Microsoft.MasterDataServices Namespace

Return to top