SecretNET.NFT Namespace

Mint..::..TokenId Property

Identifier for the token to be minted. Value If Omitted: minting order number

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

Syntax


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