DdmArrayProperty Class

 

Represents an array of Data Discovery Manager (DDM) properties.

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

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

[SerializableAttribute]
public ref class DdmArrayProperty : DdmProperty, IList<String^>, 
	ICollection<String^>, IEnumerable<String^>, IEnumerable

NameDescription
System_CAPS_pubmethodDdmArrayProperty(String^, DdmSqlDataType, UInt32, DdmDiscoveryFlags)

Initializes a new instance of the DdmArrayProperty class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the ICollection<T>.

System_CAPS_pubpropertyFlags

Gets property flags. (Inherited from DdmProperty.)

System_CAPS_pubpropertyIsGrouping

If true, the property is a grouping value. (Inherited from DdmProperty.)

System_CAPS_pubpropertyIsKey

If true, the property is a key value. (Inherited from DdmProperty.)

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the ICollection<T> is read-only.

System_CAPS_pubpropertyItem[Int32]

Gets or sets the element at the specified index.

System_CAPS_pubpropertyMaxWidth

Gets the maximum width. (Inherited from DdmProperty.)

System_CAPS_pubpropertyPropertyName

Gets the DDM property name. (Inherited from DdmProperty.)

System_CAPS_pubpropertyPropertyType

Gets the property type. (Overrides DdmProperty::PropertyType.)

System_CAPS_pubpropertyTruncateLongStrings

If true, a value that is longer than MaxWidth is truncated. The default value is true. (Inherited from DdmProperty.)

System_CAPS_pubpropertyValueType

Gets the DDM property value type. (Inherited from DdmProperty.)

NameDescription
System_CAPS_pubmethodAdd(String^)

Adds an item to the ICollection<T> .

System_CAPS_pubmethodClear()

Removes all items from the ICollection<T> .

System_CAPS_pubmethodContains(String^)

Determines whether the ICollection<T> contains a specific value.

System_CAPS_pubmethodCopyTo(array<String^>^, Int32)

Copies the elements of the ICollection<T> to an Array, starting at a specified Array index.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(String^)

Determines the index of a specific item in the IList<T>.

System_CAPS_pubmethodInsert(Int32, String^)

Inserts an item to the IList<T> at the specified index.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(String^)

Removes the first occurrence of a specific object from the ICollection<T>.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the IList<T> item at the specified index.

System_CAPS_pubmethodSerialize()

Serializes the object to a format that can be put into an .xdr file. (Overrides DdmProperty::Serialize().)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an enumerator that iterates through a collection.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: