conaito Office2Silverlight SDK
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Gets a value indicating whether [error returned].
Namespace: Conaito.Office2SilverlightAssembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool ErrorReturned { get; private set; } |
Visual Basic |
---|
Public Property ErrorReturned As Boolean Get Private Set |
Visual C++ |
---|
public: property bool ErrorReturned { bool get (); private: void set (bool value); } |