IContextSetProperty Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid SetProperty(
in Guid rpolicyId,
uint flags,
Object pUnk
)
Sub SetProperty (
ByRef rpolicyId As Guid,
flags As UInteger,
pUnk As Object
)
Dim instance As IContext
Dim rpolicyId As Guid
Dim flags As UInteger
Dim pUnk As Object
instance.SetProperty(rpolicyId, flags,
pUnk)
void SetProperty(
[InAttribute] Guid% rpolicyId,
[InAttribute] unsigned int flags,
[InAttribute] Object^ pUnk
)
Parameters
- rpolicyId
- Type: SystemGuid
- flags
- Type: SystemUInt32
- pUnk
- Type: SystemObject
See Also