UpdateTypeDataCommand.SecondValue Property

Definition

Second value of the new member. The meaning of this value changes according to the member type.

public:
 property System::Object ^ SecondValue { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ SecondValue { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object SecondValue { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")]
[System.Management.Automation.ValidateNotNull]
public object SecondValue { get; set; }
member this.SecondValue : obj with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")>]
[<System.Management.Automation.ValidateNotNull>]
member this.SecondValue : obj with get, set
Public Property SecondValue As Object

Property Value

Attributes

Applies to