Instruction Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Microsoft.SDK.Samples.VistaBridge.Library.TaskDialog.Instruction]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string Instruction { get; set; }
Visual Basic (Declaration)
Public Property Instruction As String
Visual C++
public:
property String^ Instruction {
	String^ get ();
	void set (String^ value);
}

See Also