Propriété FunctionPrivilege.Function
Gets or sets the functional area assigned to the security principal.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Function As FunctionalArea
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
The specified function.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts