DdmProperty Class
Use this class is to wrap a Data Discovery Manager (DDM) property.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages.Server::DdmProperty
Microsoft.ConfigurationManagement.Messaging.Messages.Server::DdmArrayProperty
Microsoft.ConfigurationManagement.Messaging.Messages.Server::DdmSingleProperty
| Name | Description | |
|---|---|---|
![]() | Flags | Gets property flags. |
![]() | IsGrouping | If true, the property is a grouping value. |
![]() | IsKey | If true, the property is a key value. |
![]() | MaxWidth | Gets the maximum width. |
![]() | PropertyName | Gets the DDM property name. |
![]() | PropertyType | Gets the DDM property type. |
![]() | TruncateLongStrings | If true, a value that is longer than MaxWidth is truncated. The default value is true. |
![]() | ValueType | Gets the DDM property value type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Serialize() | Serializes the object to a format that can be put into an .xdr file. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | BeginArrayValues | Denotes the beginning of a collection of array values. |
![]() ![]() | BeginProperty | Denotes the beginning of a property. |
![]() ![]() | EndArrayValues | Denotes the end of a collection of array values. |
![]() ![]() | EndProperty | 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.




