DTSWebMethodInfo.Documentation Property
Gets the documentation.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property Documentation As String
Get
'Usage
Dim instance As DTSWebMethodInfo
Dim value As String
value = instance.Documentation
public string Documentation { get; }
public:
property String^ Documentation {
String^ get ();
}
member Documentation : string
function get Documentation () : String
Property Value
Type: System.String
The documentation.