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 User)
value = instance.Contacts
instance.Contacts = value
|
Syntax
Visual Basic |
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property Contacts As IList(Of User)
|
C# |
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<User> Contacts { get; set; }
|
C++ |
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property IList<User^>^ Contacts {
IList<User^>^ get ();
void set (IList<User^>^ value);
}
|
J# |
/** @property */
public IList<User> get_Contacts ()
/** @property */
public void set_Contacts (IList<User> value)
|
JScript |
public function get Contacts () : IList<User>
public function set Contacts (value : IList<User>)
|
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