SystemPropertyValue.SystemPropertyType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the SystemPropertyType.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType

The system property type.

See Also

SystemPropertyValue Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top