ProjectUsingTaskElement.Runtime 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.
Gets and sets the value of the Runtime attribute.
public:
property System::String ^ Runtime { System::String ^ get(); void set(System::String ^ value); };
public string Runtime { get; set; }
member this.Runtime : string with get, set
Public Property Runtime As String
Property Value
The value of the Runtime attribute, or an empty string if the attribute is not present.