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 SourceAddress
Blockchain address of the Bookmark
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSubAccount
If this is true, the bookmark is on some subaccount
Declaration
public bool IsSubAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Name of the bookmark
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Note
Note about bookmark
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |