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:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Object 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:
ObjectSee Also