ProjectTargetElement.Returns 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 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.