次の方法で共有


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 型のコレクション。

属性

適用対象