SecurityPrivileges.FunctionPrivileges Property

Definition

Gets or sets the list of function privileges.

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

Property Value

A collection of type FunctionPrivilege.

Attributes

Applies to