Compartilhar via


Propriedade do RDL FunctionPrivilegesCriteria

Gets or sets an instance of the FunctionPrivilegesCriteria complex type used to specify function privilege criteria.

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

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivilegesCriteria As FunctionPrivilegesCriteria
    Get
    Set
'Uso
Dim instance As SecurityPrivilegesGetCriteria
Dim value As FunctionPrivilegesCriteria

value = instance.FunctionPrivilegesCriteria

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