'Declaration
<BrowsableAttribute(False)>
Public Property NotateXpressInstance As IntPtr
'Usage
Dim instance As ThumbnailXpress
Dim value As IntPtr
instance.NotateXpressInstance = value
value = instance.NotateXpressInstance
[BrowsableAttribute(false)]
public IntPtr NotateXpressInstance {get; set;}
[BrowsableAttribute(false)]
public: __property IntPtr get_NotateXpressInstance();
public: __property void set_NotateXpressInstance(
IntPtr value
);
[BrowsableAttribute(false)]
public:
property IntPtr NotateXpressInstance {
IntPtr get();
void set ( IntPtr value);
}