| FrameworkCommentsFileLocationWildcard Property |
The wildcard to use
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string Wildcard { get; set; }
Public Property Wildcard As String
Get
Set
public:
property String^ Wildcard {
String^ get ();
void set (String^ value);
}
member Wildcard : string with get, set
Property Value
Type:
StringIf not specified, "*.xml" is assumed.
See Also