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
'Declaration
Property Parameter As IParameter
IParameter Parameter { get; set; }
property IParameter^ Parameter {
IParameter^ get ();
void set (IParameter^ value);
}
abstract Parameter : IParameter with get, set
function get Parameter () : IParameter
function set Parameter (value : IParameter)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IParameter
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.