SecretNET.NFT Namespace

Extension..::..ImageData Property

Raw SVG image data (not recommended). Only use this if you're not including the image parameter.

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

Syntax


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