FileSystemContentDynamicParametersBase.WasStreamTypeSpecified 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.
Gets the status of the StreamType parameter. Returns true if the stream was opened with a user-specified encoding, false otherwise.
public:
property bool WasStreamTypeSpecified { bool get(); };
public:
property bool WasStreamTypeSpecified { bool get(); };
public bool WasStreamTypeSpecified { get; }
member this.WasStreamTypeSpecified : bool
Public ReadOnly Property WasStreamTypeSpecified As Boolean