Proprietà Function
Gets or sets the FunctionalArea assigned to the security principal.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Function As FunctionalArea
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .FunctionalArea
A new instance of type [:Microsoft.MasterDataServices.FunctionalArea].