SecretNET.NFT Namespace

GetNftDossierResponse_Result..::..Transferable Property

True if this token is transferable.

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

Syntax


public Nullable<bool> Transferable { get; set; }
Public Property Transferable As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> Transferable {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

null if [transferable] contains no value, true if [transferable]; otherwise, false.