Share via


SecurityPrivileges.FunctionPrivileges Property

Gets or sets an ArrayOfFunctionPrivilege complex type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivileges As Collection(Of FunctionPrivilege)
    Get
    Friend Set
'Usage
Dim instance As SecurityPrivileges
Dim value As Collection(Of FunctionPrivilege)

value = instance.FunctionPrivileges
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<FunctionPrivilege> FunctionPrivileges { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<FunctionPrivilege^>^ FunctionPrivileges {
    Collection<FunctionPrivilege^>^ get ();
    internal: void set (Collection<FunctionPrivilege^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member FunctionPrivileges : Collection<FunctionPrivilege> with get, internal set
function get FunctionPrivileges () : Collection<FunctionPrivilege>
internal function set FunctionPrivileges (value : Collection<FunctionPrivilege>)

Property Value

Type: System.Collections.ObjectModel.Collection<FunctionPrivilege>
Collection of type FunctionPrivilege.