  | ResultIsSuccess Property  | 
 
            Gets or sets a value indicating whether this method call was successful.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsSuccess { get; set; }Public Property IsSuccess As Boolean
	Get
	Set
public:
property bool IsSuccess {
	bool get ();
	void set (bool value);
}function get IsSuccess () : boolean
function set IsSuccess (value : boolean)
function get_IsSuccess();
function set_IsSuccess(value);
Property Value
Type: 
BooleanTrue if the method call was successful; otherwise, 
False.
            
See Also