UpdateTypeDataCommand.SecondValue 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.
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