SecretNET.NFT Namespace

Trait..::..MaxValue Property

Optional max value for numerical traits.

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

Syntax


public Nullable<string> MaxValue { get; set; }
Public Property MaxValue As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> MaxValue {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}