IPublishProperties.TargetCulture 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 the culture for which the deployment will be generated.
public:
property System::String ^ TargetCulture { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ TargetCulture { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(20)]
public string TargetCulture { get; set; }
[<System.Runtime.InteropServices.DispId(20)>]
member this.TargetCulture : string with get, set
Public Property TargetCulture As String
Property Value
The culture for which the deployment will be generated.
- Attributes