[Visual Basic] Public Shared Function GetChannelSinkProperties( _ ByVal obj As Object _ ) As IDictionary [C#] public static IDictionary GetChannelSinkProperties( object obj ); [C++] public: static IDictionary* GetChannelSinkProperties( Object* obj ); [JScript] public static function GetChannelSinkProperties( obj : Object ) : IDictionary;
An interface to the dictionary of properties or null if no properties were found.
ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace