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 function privilege criteria.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivilegesCriteria As FunctionPrivilegesCriteria
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.FunctionPrivilegesCriteria
A new instance of type FunctionPrivilegesCriteria.