GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureOfficeTemplateDelimiter Class / End Property





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