ValidationMessage::File Property

 

Gets the name of a referenced file.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property String^ File {
	virtual String^ get();
}

Property Value

Type: System::String^

The name of the first referenced file, if one exists.

If there no referenced file exists, String.Empty is returned.

Return to top
Show: