SecurityPrivilegesDeleteCriteria.FunctionPrivileges Property

Definition

Gets or sets whether function privileges should be deleted.

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

Property Value

A collection of type Identifier.

Attributes

Applies to