SolutionPersistenceRegistrationAttribute.PropName 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.
Get the property name
public:
property System::String ^ PropName { System::String ^ get(); };
public:
property Platform::String ^ PropName { Platform::String ^ get(); };
public string PropName { get; }
member this.PropName : string
Public ReadOnly Property PropName As String