Dela via


ISubscriptionTypeBase.Groups Property

Gets or sets the groups.

Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ISubscriptionTypeBase
Dim value As IList(Of Guid)

value = instance.Groups

instance.Groups = value

Syntax

'Declaration
Property Groups As IList(Of Guid)
IList<Guid> Groups { get; set; }
property IList<Guid>^ Groups {
    IList<Guid>^ get ();
    void set (IList<Guid>^ value);
}
/** @property */
IList<Guid> get_Groups ()

/** @property */
void set_Groups (IList<Guid> value)
function get Groups () : IList<Guid>

function set Groups (value : IList<Guid>)

Property Value

Returns IList.

The groups.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

ISubscriptionTypeBase Interface
ISubscriptionTypeBase Members
Microsoft.EnterpriseManagement.Subscriptions Namespace