OutputTypeAttribute.ProviderCmdlet 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.
Attributes implemented by a provider can use: [OutputType(ProviderCmdlet='cmdlet', typeof(...))] To specify the provider specific objects returned for a given cmdlet.
public:
property System::String ^ ProviderCmdlet { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ProviderCmdlet { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProviderCmdlet { get; set; }
member this.ProviderCmdlet : string with get, set
Public Property ProviderCmdlet As String