ProjectTargetElement.Returns Property

Definition

Gets or sets the Returns value. Returns null if the attribute is not present -- empty string is an allowable value for both getting and setting. Removes the attribute only if the value is set to null.

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

Property Value

The Returns attribute value, or null if the attribute is not present

Remarks

Removes the attribute only if the value is set to null. An empty string is an allowable value for both getting and setting.

Applies to