UpdateListCommand.Property Property
Gets and sets the value of the Property parameter of the Update-List cmdlet. This property is introduced in Windows PowerShell 2.0.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)
Usage
'Usage
Dim instance As UpdateListCommand
Dim value As String
value = instance.Property
instance.Property = value
Syntax
'Declaration
<ParameterAttribute(Position:=0)> _
<ValidateNotNullOrEmptyAttribute> _
Public Property Property As String
[ParameterAttribute(Position=0)]
[ValidateNotNullOrEmptyAttribute]
public string Property { get; set; }
[ParameterAttribute(Position=0)]
[ValidateNotNullOrEmptyAttribute]
public:
property String^ Property {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Property ()
/** @property */
public void set_Property (String value)
public function get Property () : String
public function set Property (value : String)
Property Value
A String object that contains the name of the property that contains the collection to be updated.
Remarks
This topic is included in this SDK for completeness only. For more information about this cmdlet, see Update-List in the Microsoft TechNet library.
For Help at the command line, type:
get-help update-list
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
UpdateListCommand Class
UpdateListCommand Members
Microsoft.PowerShell.Commands Namespace