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

Usage

Visual Basic
Dim instance As Application
Dim value As IList(Of CustomProperty)

value = instance.CustomProperties

instance.CustomProperties = value

Syntax

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

/** @property */
public void set_CustomProperties (IList<CustomProperty> value)
JScript
public function get CustomProperties () : IList<CustomProperty>

public function set CustomProperties (value : IList<CustomProperty>)

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