Gets or sets the URI of this sink.
            
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual string SinkUri { get; set; }public virtual string SinkUri { get; set; }Public Overridable Property SinkUri As String 
	Get 
	Set
Public Overridable Property SinkUri As String 
	Get 
	Set
public:
virtual property String^ SinkUri {
	String^ get ();
	void set (String^ value);
}public:
virtual property String^ SinkUri {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
            The URI of this sink.
            
            This is the name under which the object is marshaled.
            Marshal(MarshalByRefObject, String, Type)