Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As Application
Dim value As IKeyedCollection(Of IObjectId, DeploymentType)

value = instance.DeploymentTypes

instance.DeploymentTypes = value

Syntax

Visual Basic
<XmlArrayItemAttribute("DeploymentType")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property DeploymentTypes As IKeyedCollection(Of IObjectId, DeploymentType)
C#
[XmlArrayItemAttribute("DeploymentType")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
public IKeyedCollection<IObjectId,DeploymentType> DeploymentTypes { get; set; }
C++
[XmlArrayItemAttribute(L"DeploymentType")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
public:
property IKeyedCollection<IObjectId^, DeploymentType^>^ DeploymentTypes {
		IKeyedCollection<IObjectId^, DeploymentType^>^ get ();
		void set (IKeyedCollection<IObjectId^, DeploymentType^>^ value);
}
J#
/** @property */
public IKeyedCollection<IObjectId,DeploymentType> get_DeploymentTypes ()

/** @property */
public void set_DeploymentTypes (IKeyedCollection<IObjectId,DeploymentType> value)
JScript
public function get DeploymentTypes () : IKeyedCollection<IObjectId,DeploymentType>

public function set DeploymentTypes (value : IKeyedCollection<IObjectId,DeploymentType>)

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also