VariableClass.QualifiedName 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 variable, including the namespace.
public:
virtual property System::String ^ QualifiedName { System::String ^ get(); };
public virtual string QualifiedName { get; }
member this.QualifiedName : string
Public Overridable ReadOnly Property QualifiedName As String
Property Value
The fully qualified name of the variable, including the namespace.