Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets an array of the group identifiers used in the criteria.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As SecurityPrincipalsDeleteCriteria
Dim value As Collection(Of Identifier)
value = instance.Groups
instance.Groups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Groups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Groups {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Identifier> with get, set
function get Groups () : Collection<Identifier>
function set Groups (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.