FilePropertyAllowWildcard Property |
Gets or sets a value indicating whether wildcard characters, such as "*" and "?" are allowed in file path.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool AllowWildcard { get; set; }Public Property AllowWildcard As Boolean
Get
Set
public:
property bool AllowWildcard {
bool get ();
void set (bool value);
}member AllowWildcard : bool with get, set
Property Value
Boolean if wildcard characters are allowed in file path; otherwise,
.
See Also