IndexedXmlPathNamespace.IsDefaultUri Property

Gets or sets a value indicating whether the Uri is default.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsDefaultUri As Boolean 
    Get 
    Set
'Usage
Dim instance As IndexedXmlPathNamespace 
Dim value As Boolean 

value = instance.IsDefaultUri

instance.IsDefaultUri = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public bool IsDefaultUri { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property bool IsDefaultUri {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IsDefaultUri : bool with get, set
function get IsDefaultUri () : boolean 
function set IsDefaultUri (value : boolean)

Property Value

Type: System.Boolean
true if the Uri is default; otherwise, false.

See Also

Reference

IndexedXmlPathNamespace Class

Microsoft.SqlServer.Management.Smo Namespace