FilePropertyAllowWildcard Property |
Gets or sets a value indicating whether wildcard characters, such as "*" and "?" are allowed in file path.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
Boolean if wildcard characters are allowed in file path; otherwise,
.
See Also