Gets or sets the list of [NEED HELP] Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As Installer
Dim value As IList(Of Content)

value = instance.Contents

instance.Contents = value

Syntax

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

/** @property */
public void set_Contents (IList<Content> value)
JScript
public function get Contents () : IList<Content>

public function set Contents (value : IList<Content>)

Property Value

The list of [NEED HELP]

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