NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReferenceMap.SetPath

[To be supplied.]

[Visual Basic]
Public Sub SetPath( _
   ByVal url As String, _
   ByVal path As String _
)
[C#]
public void SetPath(
   string url,
   string path
);
[C++]
public: void SetPath(
   String* url,
   String* path
);
[JScript]
public function SetPath(
   url : String,
   path : String
);

Parameters

url
[To be supplied.]
path
[To be supplied.]

See Also

ReferenceMap Class | ReferenceMap Members | System.Web.Services.Discovery Namespace