Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<DataMemberAttribute> _
Public Property Function As FunctionalArea
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
The specified function.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace