Link Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property Link As String
Get
Set
'Usage
Dim instance As Message
Dim value As String
value = instance.Link
instance.Link = value
public string Link { get; set; }
public:
property String^ Link {
String^ get ();
void set (String^ value);
}
member Link : string with get, set
function get Link () : String
function set Link (value : String)
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations Namespace