SecretNET.NFT Namespace

Royalty..::..Rate Property

The royalty rate to be paid using the number of decimals specified in the RoyaltyInfo containing this Royalty (not optional).

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public ushort Rate { get; set; }
Public Property Rate As UShort
	Get
	Set
public:
property unsigned short^ Rate {
	unsigned short^ get ();
	void set (unsigned short^ value);
}