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)

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

[SerializableAttribute]
public ref class DdmSingleProperty sealed : DdmProperty

NameDescription
System_CAPS_pubmethodDdmSingleProperty(String^, DdmSqlDataType, UInt32, DdmDiscoveryFlags, String^)

Initializes a new instance of the DdmSingleProperty class.

NameDescription
System_CAPS_pubpropertyFlags

Gets property flags. (Inherited from DdmProperty.)

System_CAPS_pubpropertyIsGrouping

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

System_CAPS_pubpropertyIsKey

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

System_CAPS_pubpropertyMaxWidth

Gets the maximum width. (Inherited from DdmProperty.)

System_CAPS_pubpropertyPropertyName

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

System_CAPS_pubpropertyPropertyType

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

System_CAPS_pubpropertyTruncateLongStrings

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

System_CAPS_pubpropertyValue

Gets or sets the property value.

System_CAPS_pubpropertyValueType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSerialize()

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: