ProjectExtensionsElement.Content Property

Definition

Gets and sets the raw XML content

public:
 property System::String ^ Content { System::String ^ get(); void set(System::String ^ value); };
public string Content { get; set; }
member this.Content : string with get, set
Public Property Content As String

Property Value

The arbitrary XML content of this project extension.

Applies to