Compartir a través de


FunctionPrivilege.Function Propiedad

Gets or sets the FunctionalArea assigned to the security principal.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Function As FunctionalArea
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.FunctionalArea
A new instance of type Microsoft.MasterDataServices.FunctionalArea.

Vea también

Referencia

FunctionPrivilege Clase

Espacio de nombres Microsoft.MasterDataServices