GetChildItem.Attributes Property

Definition

Provides access to the Attributes parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::FlagsExpression<System::IO::FileAttributes> ^> ^ Attributes { System::Activities::InArgument<System::Management::Automation::FlagsExpression<System::IO::FileAttributes> ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::FlagsExpression<System::IO::FileAttributes> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.FlagsExpression<System.IO.FileAttributes>> Attributes { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Attributes : System.Activities.InArgument<System.Management.Automation.FlagsExpression<System.IO.FileAttributes>> with get, set
Public Property Attributes As InArgument(Of FlagsExpression(Of FileAttributes))

Property Value

Attributes

Applies to