DdmProperty Class

 

Use this class is to wrap a Data Discovery Manager (DDM) property.

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


[SerializableAttribute]
public ref class DdmProperty abstract 

NameDescription
System_CAPS_pubpropertyFlags

Gets property flags.

System_CAPS_pubpropertyIsGrouping

If true, the property is a grouping value.

System_CAPS_pubpropertyIsKey

If true, the property is a key value.

System_CAPS_pubpropertyMaxWidth

Gets the maximum width.

System_CAPS_pubpropertyPropertyName

Gets the DDM property name.

System_CAPS_pubpropertyPropertyType

Gets the DDM property type.

System_CAPS_pubpropertyTruncateLongStrings

If true, a value that is longer than MaxWidth is truncated. The default value is true.

System_CAPS_pubpropertyValueType

Gets the DDM property value type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSerialize()

Serializes the object to a format that can be put into an .xdr file.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldSystem_CAPS_staticBeginArrayValues

Denotes the beginning of a collection of array values.

System_CAPS_protfieldSystem_CAPS_staticBeginProperty

Denotes the beginning of a property.

System_CAPS_protfieldSystem_CAPS_staticEndArrayValues

Denotes the end of a collection of array values.

System_CAPS_protfieldSystem_CAPS_staticEndProperty

Denotes the end of a property.

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: