Share via


DdmSingleProperty Class

 

Wraps a single (non-array) Data Discovery Manager (DDM) property.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmProperty
    Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmSingleProperty

Syntax

[SerializableAttribute]
public sealed class DdmSingleProperty : DdmProperty
[SerializableAttribute]
public ref class DdmSingleProperty sealed : DdmProperty
<SerializableAttribute>
Public NotInheritable Class DdmSingleProperty
    Inherits DdmProperty

Constructors

Name Description
System_CAPS_pubmethod DdmSingleProperty(String, DdmSqlDataType, UInt32, DdmDiscoveryFlags, String)

Initializes a new instance of the DdmSingleProperty class.

Properties

Name Description
System_CAPS_pubproperty Flags

Gets property flags. (Inherited from DdmProperty.)

System_CAPS_pubproperty IsGrouping

If true, the property is a grouping value. (Inherited from DdmProperty.)

System_CAPS_pubproperty IsKey

If true, the property is a key value. (Inherited from DdmProperty.)

System_CAPS_pubproperty MaxWidth

Gets the maximum width. (Inherited from DdmProperty.)

System_CAPS_pubproperty PropertyName

Gets the DDM property name. (Inherited from DdmProperty.)

System_CAPS_pubproperty PropertyType

Gets the property type. (Overrides DdmProperty.PropertyType.)

System_CAPS_pubproperty TruncateLongStrings

If true, a value that is longer than MaxWidth is truncated. The default value is true. (Inherited from DdmProperty.)

System_CAPS_pubproperty Value

Gets or sets the property value.

System_CAPS_pubproperty ValueType

Gets the DDM property value type. (Inherited from DdmProperty.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Serialize()

Serializes the object to a format that can be put into an .xdr file. (Overrides DdmProperty.Serialize().)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top