SecretNET.NFT Namespace

RoyaltyInfo..::..DecimalPlacesInRates Property

The number of decimal places used for all rates in royalties (e.g. 2 decimals for whole percents) (not optional).

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

Syntax


public string DecimalPlacesInRates { get; set; }
Public Property DecimalPlacesInRates As String
	Get
	Set
public:
property String^ DecimalPlacesInRates {
	String^ get ();
	void set (String^ value);
}