FileSystemContentDynamicParametersBase.Stream 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.
A parameter to return a stream of an item.
public:
property System::String ^ Stream { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Stream { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Stream { get; set; }
[System.Management.Automation.Parameter]
public string Stream { get; set; }
member this.Stream : string with get, set
[<System.Management.Automation.Parameter>]
member this.Stream : string with get, set
Public Property Stream As String
Property Value
- Attributes