DomainRelationshipXmlSerializer.UsesFullForm Property

Exposes whether serializers derived from this class are serializing this relationship in full form.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property UsesFullForm As Boolean
public virtual bool UsesFullForm { get; }
public:
virtual property bool UsesFullForm {
    bool get ();
}
abstract UsesFullForm : bool with get 
override UsesFullForm : bool with get
function get UsesFullForm () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

DomainRelationshipXmlSerializer Class

Microsoft.VisualStudio.Modeling Namespace