共用方式為


FunctionPrivilege.Function 屬性

Gets or sets the FunctionalArea assigned to the security principal.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Function As FunctionalArea
    Get
    Set
'用途
Dim instance As FunctionPrivilege
Dim value As FunctionalArea

value = instance.Function

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

屬性值

型別:Microsoft.MasterDataServices.FunctionalArea
A new instance of type Microsoft.MasterDataServices.FunctionalArea.

請參閱

參考

FunctionPrivilege 類別

Microsoft.MasterDataServices 命名空間