FunctionPrivilege.Function Property

 

Gets or sets the functional area assigned to the security principal.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public FunctionalArea Function { get; set; }
public:
[DataMemberAttribute]
property FunctionalArea Function {
    FunctionalArea get();
    void set(FunctionalArea value);
}
[<DataMemberAttribute>]
member Function : FunctionalArea with get, set
<DataMemberAttribute>
Public Property Function As FunctionalArea

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea

The specified function.

See Also

FunctionPrivilege Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top