A comma delimited list of the local id values of shared style record that will display with this add-on


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property SharedStyles As String
C#
public abstract string SharedStyles { get; }
C++
public abstract property string SharedStyles abstract  {
    String get();
}
J#
/** property */
public string get_SharedStyles();
JScript
public function get SharedStyles() : String

See Also