言語

SecurityPrincipals.Groups プロパティ

定義

セキュリティグループの配列を取得したり設定したりします。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ Groups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Group> Groups { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Groups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Group> with get, set
Public Property Groups As Collection(Of Group)

プロパティ値

Group型のコレクション。

属性

適用対象