Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.CLSID

TElCompoundFileStorageEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the CLSID of the storage entry.

Declaration

[C#]
    Guid CLSID;

[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.

See also:     CreationTime     ModifiedTime    

Discuss this help topic in SecureBlackbox Forum