Set the client folder name


Namespace: Dynmark.Services.API.Rules.Client
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property FolderName As String
C#
public string FolderName { get; set; }
C++
public property string FolderName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_FolderName();

/** property */
public void set_FolderName(string value);
JScript
public function get FolderName() : String

public function set FolderName(value : String);

See Also