SystemPropertyValue Class

Definition

Represents system properties and their values.

public ref class SystemPropertyValue : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertyValue : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue = class
    inherit DataContractBase
Public Class SystemPropertyValue
Inherits DataContractBase
Inheritance
SystemPropertyValue
Attributes

Constructors

SystemPropertyValue()

Initializes a new instance of the SystemPropertyValue class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
SystemPropertyType

Gets or sets the unique ID of the system property.

Value

Gets or sets the value of the system property.

Applies to