Gets or sets the CSS profile to use.

Namespace: W3CValidationTasks
Assembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40

Collapse imageSyntax

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

Field Value

The profile.

Collapse imageSee Also