Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the base definition name.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
Public ReadOnly Property BaseDefinition As String
public string BaseDefinition { get; }
public:
property String^ BaseDefinition {
String^ get ();
}
member BaseDefinition : string with get
function get BaseDefinition () : String
Property Value
Type: String
The base definition name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.