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 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.