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

This class is for wrapping a 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 
abstract 
class 
DdmProperty
<
SerializableAttribute> _
Public 
MustInherit 
Class 
DdmProperty
[
SerializableAttribute]
public 
ref class 
DdmProperty 
abstract

Members

                       
  All Members     Fields      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BeginArrayValues
Notes the beginning of a collection of array values
BeginProperty
Notes the beginning of a property
EndArrayValues
Notes the end of a collection of array values
EndProperty
Notes the end of a property
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Flags
Property flags
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IsGrouping
If true, property is a grouping value
IsKey
If true, property is a key value
MaxWidth
Maximum width
MemberwiseClone () () () () (Inherited from Object.)
PropertyName
DDM property name
PropertyType
Property type
Serialize () () () ()
Serializes the object to a format that can be put into a .xDR file
ToString () () () () (Inherited from Object.)
TruncateLongStrings
If true, a value that is longer than MaxWidthwill be truncated. Default is true.
ValueType
Property value type

Inheritance Hierarchy

See Also