SymbolDefinition.FullyQualifiedName 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 the fully-qualified name of the symbol.
public:
property System::String ^ FullyQualifiedName { System::String ^ get(); };
public:
property Platform::String ^ FullyQualifiedName { Platform::String ^ get(); };
public string FullyQualifiedName { get; }
member this.FullyQualifiedName : string
Public ReadOnly Property FullyQualifiedName As String