ClassHasBaseClassSerializer.UsesFullForm Property
This member overrides DomainRelationshipXmlSerializer.UsesFullForm.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property UsesFullForm As Boolean
'Usage
Dim instance As ClassHasBaseClassSerializer
Dim value As Boolean
value = instance.UsesFullForm
public override bool UsesFullForm { get; }
public:
virtual property bool UsesFullForm {
bool get () override;
}
public override function get UsesFullForm () : boolean
Property Value
Type: System.Boolean
.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.
See Also
Reference
ClassHasBaseClassSerializer Class