SecurityPrivilegesGetCriteria.FunctionPrivilegesCriteria 속성
Gets or sets the criteria for filtering function privileges in the request.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivilegesCriteria As FunctionPrivilegesCriteria
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilegesCriteria
The criteria for filtering function privileges in the request.