PathSegmentReferencesRoleSerializer.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 PathSegmentReferencesRoleSerializer 
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

See Also

Reference

PathSegmentReferencesRoleSerializer Class

PathSegmentReferencesRoleSerializer Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace