Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The parameter for which the node accepts or provides values.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IParameter Parameter { get; set; }
property IParameter^ Parameter {
IParameter^ get();
void set(IParameter^ value);
}
abstract Parameter : IParameter with get, set
Property Parameter As IParameter
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IParameter
See Also
IActivityParameterNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top