'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets or sets the path to the image for the all sticker.")> Public Overridable Property AllImagePath As System.String
'Usage
Dim instance As NDockingStickerTemplate Dim value As System.String instance.AllImagePath = value value = instance.AllImagePath
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets or sets the path to the image for the all sticker.")] public virtual System.string AllImagePath {get; set;}