DdmSingleProperty Class
Wraps a single (non-array) 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::DdmSingleProperty
| Name | Description | |
|---|---|---|
![]() | DdmSingleProperty(String^, DdmSqlDataType, UInt32, DdmDiscoveryFlags, String^) | Initializes a new instance of the DdmSingleProperty class. |
| Name | Description | |
|---|---|---|
![]() | Flags | Gets property flags. (Inherited from DdmProperty.) |
![]() | IsGrouping | If true, the property is a grouping value. (Inherited from DdmProperty.) |
![]() | IsKey | If true, the property is a key value. (Inherited from DdmProperty.) |
![]() | MaxWidth | Gets the maximum width. (Inherited from DdmProperty.) |
![]() | PropertyName | Gets the DDM property name. (Inherited from DdmProperty.) |
![]() | PropertyType | Gets the property type. (Overrides DdmProperty::PropertyType.) |
![]() | TruncateLongStrings | If true, a value that is longer than MaxWidth is truncated. The default value is true. (Inherited from DdmProperty.) |
![]() | Value | Gets or sets the property value. |
![]() | ValueType | Gets the DDM property value type. (Inherited from DdmProperty.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Serialize() | Serializes the object to a format that can be put into an .xdr file. (Overrides DdmProperty::Serialize().) |
![]() | ToString() | (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.

