SecretNET.NFT Namespace

Extension..::..ExternalUrl Property

Url to allow users to view the item on your site.

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

Syntax


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