[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class wraps a single (non-array) DDM property

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
DdmSingleProperty : 
DdmProperty
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
DdmSingleProperty _
	
Inherits 
DdmProperty
[
SerializableAttribute]
public 
ref class 
DdmSingleProperty 
sealed : 
public 
DdmProperty

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
DdmSingleProperty(String, DdmSqlDataType, UInt32, DdmDiscoveryFlags, String)
Initializes a new instance of the DdmSinglePropertyclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Flags
Property flags
(Inherited from DdmProperty.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IsGrouping
If true, property is a grouping value
(Inherited from DdmProperty.)
IsKey
If true, property is a key value
(Inherited from DdmProperty.)
MaxWidth
Maximum width
(Inherited from DdmProperty.)
MemberwiseClone () () () () (Inherited from Object.)
PropertyName
DDM property name
(Inherited from DdmProperty.)
PropertyType
Property type
(Overrides DdmProperty . . :: . . PropertyType.)
Serialize () () () ()
Serializes the object to a format that can be put into a .xDR file
(Overrides DdmProperty . . :: . . Serialize () () () () .)
ToString () () () () (Inherited from Object.)
TruncateLongStrings
If true, a value that is longer than MaxWidthwill be truncated. Default is true.
(Inherited from DdmProperty.)
Value
Property value
ValueType
Property value type
(Inherited from DdmProperty.)

Inheritance Hierarchy

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

See Also