ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileImageDataProvider Class / SeparatorToken Property




In This Topic
    SeparatorToken Property
    In This Topic
    Gets the Separator Token specified for this Data Provider in Web.config. This character will be used to delimit parts of the formatted file names used to store Markup Layers in a fashion such that they can be later parsed.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeparatorToken As String
    'Usage
     
    Dim instance As MarkupFileImageDataProvider
    Dim value As String
     
    value = instance.SeparatorToken
    public string SeparatorToken {get;}
    public: __property string* get_SeparatorToken();
    public:
    property String^ SeparatorToken {
       String^ get();
    }
    Remarks
    Will default to an exclamation mark ('!') if unspecified
    See Also