This document is archived and information here might be outdated. Recommended version. |
The network source name.
[Visual Basic .NET]
Public Property SourceName As String
[C#]
public string SourceName {get; set;}
[C++]
HRESULT get_SourceName(
BSTR SourceName
);
[C++]
HRESULT put_SourceName(
System.String* SourceName
);
[C++] Parameters SourceName [in]
SourceName is a parameter of type BSTR SourceName [out, retval]
SourceName is a parameter of type BSTR*
The SourceName is the feature class name to be searched.