Propriété FunctionPrivilege.Function
Gets or sets the FunctionalArea assigned to the security principal.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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.FunctionalArea
A new instance of type Microsoft.MasterDataServices.FunctionalArea.