DomainRelationshipXmlSerializer.UsesFullForm Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property UsesFullForm As Boolean
'Usage
Dim instance As DomainRelationshipXmlSerializer
Dim value As Boolean
value = instance.UsesFullForm
public virtual bool UsesFullForm { get; }
public:
virtual property bool UsesFullForm {
bool get ();
}
public 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
DomainRelationshipXmlSerializer Class