SecretNET.NFT Namespace

Extension..::..AnimationUrl Property

Url to a multimedia file.

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

Syntax


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