Selerix Developer Tools
SignedByProxy Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Signature Class : SignedByProxy Property
Gets or sets a value indicating whether [signed by proxy].
Syntax
'Declaration
 
Public Overridable Property SignedByProxy As Boolean
'Usage
 
Dim instance As Signature
Dim value As Boolean
 
instance.SignedByProxy = value
 
value = instance.SignedByProxy
public virtual bool SignedByProxy {get; set;}
public read-write property SignedByProxy: Boolean; virtual; 
public function get,set SignedByProxy : boolean
public: __property virtual bool get_SignedByProxy();
public: __property virtual void set_SignedByProxy( 
   bool value
);
public:
virtual property bool SignedByProxy {
   bool get();
   void set (    bool value);
}

Property Value

true if [signed by proxy]; otherwise, false.
See Also

Reference

Signature Class
Signature Members