GetContent.Encoding Property

Definition

Provides access to the Encoding parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::FileSystemCmdletProviderEncoding> ^ Encoding { System::Activities::InArgument<Microsoft::PowerShell::Commands::FileSystemCmdletProviderEncoding> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::FileSystemCmdletProviderEncoding> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.FileSystemCmdletProviderEncoding> Encoding { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Encoding : System.Activities.InArgument<Microsoft.PowerShell.Commands.FileSystemCmdletProviderEncoding> with get, set
Public Property Encoding As InArgument(Of FileSystemCmdletProviderEncoding)

Property Value

Attributes

Applies to