SystemPropertyValue Class
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.
Contains a system property and its value.
public ref class SystemPropertyValue sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemPropertyValue : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue = class
inherit DataContractBase
Public NotInheritable Class SystemPropertyValue
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SystemPropertyValue contains a system property and its value.
Constructors
SystemPropertyValue() |
Initializes a new instance of the SystemPropertyValue class. |
Properties
SystemPropertyType |
Specifies the SystemPropertyType. Uniquely identifies the system property. |
Value |
Specifies the system property value. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |