NamedVersionedString::Name Property

Visual Studio 2015
 

Gets the name of the string.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property String^ Name {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	private: void set(String^ value);
}

Property Value

Type: System::String^

The name.

Return to top
Show: