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

Array of DDM properties

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

Syntax

                 
  C#     Visual Basic     Visual C++  
<
SerializableAttribute> _
Public 
Class 
DdmArrayProperty _
	
Inherits 
DdmProperty
_
	
Implements 
IList(
Of 
String), 
ICollection(
Of 
String),  _
	
IEnumerable(
Of 
String), 
IEnumerable
[
SerializableAttribute]
public 
ref class 
DdmArrayProperty : 
public 
DdmProperty,

	
IList<
String^>, 
ICollection<
String^>, 
IEnumerable<
String^>, 
	
IEnumerable

Members

                             
  All Members     Constructors      Properties      Methods      Explicit Interface Implementations   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
DdmArrayProperty(String, DdmSqlDataType, UInt32, DdmDiscoveryFlags)
Initializes a new instance of the DdmArrayPropertyclass.
Add(String)
Clear () () () ()
Removes all items from the ICollection < (Of < ( <' T > ) > ) > .
Contains(String)
Determines whether the ICollection < (Of < ( <' T > ) > ) > contains a specific value.
CopyTo( array< String > [] () [] [] , Int32)
Copies the elements of the ICollection < (Of < ( <' T > ) > ) > to an Array, starting at a particular Arrayindex.
Count
Gets the number of elements contained in the ICollection < (Of < ( <' T > ) > ) > .
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Flags
Property flags
(Inherited from DdmProperty.)
GetEnumerator () () () ()
Returns an enumerator that iterates through the collection.
IEnumerable . . :: . . GetEnumerator () () () ()
Returns an enumerator that iterates through a collection.
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IndexOf(String)
Determines the index of a specific item in the IList < (Of < ( <' T > ) > ) > .
Insert(Int32, String)
Inserts an item to the IList < (Of < ( <' T > ) > ) > at the specified index.
IsGrouping
If true, property is a grouping value
(Inherited from DdmProperty.)
IsKey
If true, property is a key value
(Inherited from DdmProperty.)
IsReadOnly
Gets a value indicating whether the ICollection < (Of < ( <' T > ) > ) > is read-only.
Item [ ( [ ( Int32 ] ) ] )
Gets or sets the element at the specified index.
MaxWidth
Maximum width
(Inherited from DdmProperty.)
MemberwiseClone () () () () (Inherited from Object.)
PropertyName
DDM property name
(Inherited from DdmProperty.)
PropertyType
Property type
(Overrides DdmProperty . . :: . . PropertyType.)
Remove(String)
Removes the first occurrence of a specific object from the ICollection < (Of < ( <' T > ) > ) > .
RemoveAt(Int32)
Removes the IList < (Of < ( <' T > ) > ) > item at the specified index.
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.)
ValueType
Property value type
(Inherited from DdmProperty.)

Inheritance Hierarchy

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

See Also