SecretNET.NFT Namespace

Tx..::..Action Property

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

Syntax


public TxAction Action { get; set; }
Public Property Action As TxAction
	Get
	Set
public:
property TxAction^ Action {
	TxAction^ get ();
	void set (TxAction^ value);
}