ReferenceDetailEntryDescriptor.ReferenceText 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.
The content of the line of code where the symbol is referenced.
public:
property System::String ^ ReferenceText { System::String ^ get(); void set(System::String ^ value); };
public string ReferenceText { get; set; }
member this.ReferenceText : string with get, set
Public Property ReferenceText As String