Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets whether function privileges should be deleted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivileges As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As SecurityPrivilegesDeleteCriteria
Dim value As Collection(Of Identifier)
value = instance.FunctionPrivileges
instance.FunctionPrivileges = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> FunctionPrivileges { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ FunctionPrivileges {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member FunctionPrivileges : Collection<Identifier> with get, set
function get FunctionPrivileges () : Collection<Identifier>
function set FunctionPrivileges (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.