GenerateResource.StronglyTypedClassName 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.
Specifies the class name for the strongly typed resource class. If left blank, the base name of the resource file is used.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ StronglyTypedClassName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string StronglyTypedClassName { get; set; }
[Microsoft.Build.Framework.Output]
public string StronglyTypedClassName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<Microsoft.Build.Framework.Output>]
member this.StronglyTypedClassName : string with get, set
[<Microsoft.Build.Framework.Output>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.StronglyTypedClassName : string with get, set
Public Property StronglyTypedClassName As String
Property Value
The class name for the strongly typed resource class.
- Attributes
Remarks
If this property is not specified, the base name of the resource file is used.