ProvideLanguageCodeExpansionAttribute.ForceCreateDirs Property

Definition

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.

Applies to