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.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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
Object