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.
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
- 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. |