IContextGetProperty Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetProperty(
in Guid rGuid,
out uint pFlags,
out Object ppUnk
)
Sub GetProperty (
ByRef rGuid As Guid,
<OutAttribute> ByRef pFlags As UInteger,
<OutAttribute> ByRef ppUnk As Object
)
Dim instance As IContext
Dim rGuid As Guid
Dim pFlags As UInteger
Dim ppUnk As Object
instance.GetProperty(rGuid, pFlags, ppUnk)
void GetProperty(
[InAttribute] Guid% rGuid,
[OutAttribute] unsigned int% pFlags,
[OutAttribute] Object^% ppUnk
)
Parameters
- rGuid
- Type: SystemGuid
- pFlags
- Type: SystemUInt32
- ppUnk
- Type: SystemObject
See Also