Share via


OwnerName Property

Owner Name Property.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property OwnerName As String
    Get
    Set
'Usage
Dim instance As SqlClrReferenceNodeExtender
Dim value As String

value = instance.OwnerName

instance.OwnerName = value
public string OwnerName { get; set; }
public:
property String^ OwnerName {
    String^ get ();
    void set (String^ value);
}
member OwnerName : string with get, set
function get OwnerName () : String
function set OwnerName (value : String)

Property Value

Type: System..::..String

See Also

Reference

SqlClrReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace