SecretNET.NFT Namespace

Extension..::..YouTubeUrl Property

Url to a YouTube video.

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

Syntax


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