DefaultFieldValue::Value Property

 

Returns the value of the field.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ Value {
	String^ get();
}

Property Value

Type: System::String^

Returns the value that was passed to the DefaultFieldValue class constructor.

Return to top
Show: