SystemPropertyValue Class

Definition

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
SystemPropertyValue
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to