PSActivityArgumentInfo.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The actual argument.
public:
property System::Activities::Argument ^ Value { System::Activities::Argument ^ get(); void set(System::Activities::Argument ^ value); };
public System.Activities.Argument Value { get; set; }
member this.Value : System.Activities.Argument with get, set
Public Property Value As Argument