다음을 통해 공유


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