SecurityPrincipals.Groups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 Group 的清單。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Group ^> ^ Groups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Group ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Group> Groups { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Groups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Group>
Public ReadOnly Property Groups As Collection(Of Group)
屬性值
Group 的清單。
- 屬性