XmlSchemaCollectionName Property
XSD file Schema Property - XML Schema Collection Name
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property XmlSchemaCollectionName As String
Get
Set
'Usage
Dim instance As DatabaseFileNodeExtender
Dim value As String
value = instance.XmlSchemaCollectionName
instance.XmlSchemaCollectionName = value
public string XmlSchemaCollectionName { get; set; }
public:
property String^ XmlSchemaCollectionName {
String^ get ();
void set (String^ value);
}
member XmlSchemaCollectionName : string with get, set
function get XmlSchemaCollectionName () : String
function set XmlSchemaCollectionName (value : String)
Property Value
Type: System..::..String
See Also
Reference
DatabaseFileNodeExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace