Generated by DocFX

Class Bookmark

Bookmark with saved blockchain Address, name and description

Inheritance
System.Object
Bookmark
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Bookmarks
Assembly: VEDriversLite.dll
Syntax
public class Bookmark

Properties

| Improve this Doc View Source

Address

Blockchain address of the Bookmark

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsSubAccount

If this is true, the bookmark is on some subaccount

Declaration
public bool IsSubAccount { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Name of the bookmark

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Note

Note about bookmark

Declaration
public string Note { get; set; }
Property Value
Type Description
System.String