Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of function privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivileges As Collection(Of FunctionPrivilege)
Get
Set
'Usage
Dim instance As SecurityPrivileges
Dim value As Collection(Of FunctionPrivilege)
value = instance.FunctionPrivileges
instance.FunctionPrivileges = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<FunctionPrivilege> FunctionPrivileges { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<FunctionPrivilege^>^ FunctionPrivileges {
Collection<FunctionPrivilege^>^ get ();
void set (Collection<FunctionPrivilege^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member FunctionPrivileges : Collection<FunctionPrivilege> with get, set
function get FunctionPrivileges () : Collection<FunctionPrivilege>
function set FunctionPrivileges (value : Collection<FunctionPrivilege>)
Property Value
Type: System.Collections.ObjectModel.Collection<FunctionPrivilege>
A collection of type FunctionPrivilege.