VCPropertySheet.PropertySheetName Property

Definition

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

Applies to