Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the FunctionalArea assigned to the security principal.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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)
Property Value
Type: Microsoft.MasterDataServices.FunctionalArea
A new instance of type Microsoft.MasterDataServices.FunctionalArea.