The guid used to uniquely identify the add-on
Namespace:
Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property ccGuid As String
|
C# |
---|
public abstract string ccGuid { get; } |
C++ |
---|
public abstract property string ccGuid abstract { String get(); } |
J# |
---|
/** property */ public string get_ccGuid(); |
JScript |
---|
public function get ccGuid() : String |
See Also