ProvideLanguageCodeExpansionAttribute.ForceCreateDirs 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 or sets a semicolon-delimited string containing the directory or directories that should be created.
public:
property System::String ^ ForceCreateDirs { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ForceCreateDirs { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ForceCreateDirs { get; set; }
member this.ForceCreateDirs : string with get, set
Public Property ForceCreateDirs As String
Property Value
The directory or directories that should be created.