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