BaseDefinitionAttribute.BaseDefinition Property
Gets the base definition name.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Dichiarazione
Public ReadOnly Property BaseDefinition As String
Get
public string BaseDefinition { get; }
public:
property String^ BaseDefinition {
String^ get ();
}
member BaseDefinition : string
function get BaseDefinition () : String
Property Value
Type: System.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.