Discuss this help topic in SecureBlackbox Forum
Specifies the CLSID of the storage entry.
Declaration
[VB.NET]
Property CLSID As GUID
[Pascal]
property CLSID : TGUID;
[C++]
void get_CLSID(TGuid &OutResult);
void set_CLSID(TGuid &Value);
[PHP]
TGuid get_CLSID()
void set_CLSID(TGuid $Value)
Description
Use this property to specify the CLSID of the storage entry.
Discuss this help topic in SecureBlackbox Forum