セキュリティ グループの一覧を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Friend Set
'使用
Dim instance As SecurityPrincipals
Dim value As Collection(Of Group)
value = instance.Groups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Group^>^ Groups {
Collection<Group^>^ get ();
internal: void set (Collection<Group^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Group> with get, internal set
function get Groups () : Collection<Group>
internal function set Groups (value : Collection<Group>)
プロパティ値
型: System.Collections.ObjectModel.Collection<Group>
セキュリティ グループの一覧。