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)
[Java]
UUID getCLSID();
void setCLSID(UUID Value);
Description
Use this property to specify the CLSID of the storage entry.
Discuss this help topic in SecureBlackbox Forum