IServiceOperationResultInnerObject Property |
Gets or sets the object which is the result of the operation. This member is not mandatory and may
return null even if the status is successful and depends.
Namespace:
SysadminsLV.PKI.Utils
Assembly:
PKI.Core (in PKI.Core.dll) Version: 3.3.0.0 (3.3.0.0)
SyntaxObject InnerObject { get; set; }
Property InnerObject As Object
Get
Set
property Object^ InnerObject {
Object^ get ();
void set (Object^ value);
}
abstract InnerObject : Object with get, set
Property Value
Type:
Object
See Also