Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

‘선언
Public Overridable ReadOnly Property UsesFullForm As Boolean
    Get
public virtual bool UsesFullForm { get; }
public:
virtual property bool UsesFullForm {
    bool get ();
}
abstract UsesFullForm : bool
override UsesFullForm : bool
function get UsesFullForm () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DomainRelationshipXmlSerializer Class

Microsoft.VisualStudio.Modeling Namespace