Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also