SystemPropertyValue.SystemPropertyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the SystemPropertyType. Uniquely identifies the system property.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyType SystemPropertyType { Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SystemPropertyType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType SystemPropertyType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SystemPropertyType : Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType with get, set
Public Property SystemPropertyType As SystemPropertyType
Property Value
The SystemPropertyType.
- Attributes