This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.MetadataURL Property (ArcObjects .NET 10.5 SDK) |
URL of metadata document on server.
[Visual Basic .NET] Public Property MetadataURL As String
[C#] public string MetadataURL {get; set;}
[C++]
HRESULT get_MetadataURL(
BSTR* pUrl
);
[C++]
HRESULT put_MetadataURL(
BSTR pUrl
);
[C++]
Parameters pUrl [out, retval] pUrl is a parameter of type BSTR pUrl [in] pUrl is a parameter of type BSTR