FileSystemContentReaderDynamicParameters.DelimiterSpecified 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 delimiter parameter. Returns true if the delimiter was explicitly specified by the user, false otherwise.
public:
property bool DelimiterSpecified { bool get(); };
public:
property bool DelimiterSpecified { bool get(); };
public bool DelimiterSpecified { get; }
member this.DelimiterSpecified : bool
Public ReadOnly Property DelimiterSpecified As Boolean