Start Property (GdPictureOfficeTemplateDelimiter)
In This Topic
Gets or sets the start delimiter used to mark the beginning of a template placeholder.
Syntax
'Declaration
<JsonPropertyAttribute("start")>
Public Property Start As String
[JsonProperty("start")]
public string Start {get; set;}
public read-write property Start: String;
JsonPropertyAttribute("start")
public function get,set Start : String
[JsonProperty("start")]
public: __property string* get_Start();
public: __property void set_Start(
string* value
);
[JsonProperty("start")]
public:
property String^ Start {
String^ get();
void set ( String^ value);
}
See Also