VCPropertySheet.PropertySheetName 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.
Sets or gets the value of the Name tag in the property sheet file. This property is available only for backwards compatibility and should otherwise not be used.
public:
property System::String ^ PropertySheetName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ PropertySheetName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(602)]
public string PropertySheetName { [System.Runtime.InteropServices.DispId(602)] get; [System.Runtime.InteropServices.DispId(602)] set; }
[<System.Runtime.InteropServices.DispId(602)>]
[<get: System.Runtime.InteropServices.DispId(602)>]
[<set: System.Runtime.InteropServices.DispId(602)>]
member this.PropertySheetName : string with get, set
Public Property PropertySheetName As String
Property Value
String containing the Name tag in the property sheet file.
- Attributes