AddMemberCommand.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.
First value of the new member. The meaning of this value changes according to the member type.
public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
	public:
 property Platform::Object ^ Value { Platform::Object ^ get(); void set(Platform::Object ^ value); };
	public object Value { get; set; }
	[System.Management.Automation.Parameter(ParameterSetName="MemberSet", Position=2)]
public object Value { get; set; }
	member this.Value : obj with get, set
	[<System.Management.Automation.Parameter(ParameterSetName="MemberSet", Position=2)>]
member this.Value : obj with get, set
	Public Property Value As Object
	Property Value
- Attributes