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!

ObjRef.URI

This read-write property uniquely represents the identity of the specific object instance.

[Visual Basic]
Overridable Public Property URI As String
[C#]
public string URI {virtual get; virtual set;}
[C++]
public: __property virtual String* get_URI();
public: __property virtual void set_URI(String*);
[JScript]
public function get URI() : String;
public function set URI(String);

Property Value

Read-write.

Returns the IEnvoyInfoInterface for the ObjRef.

See Also

ObjRef Class | ObjRef Members | System.Runtime.Remoting Namespace