Name Property

Microsoft Deployment Tools

Deployment Tools Foundation Name Property
Gets or sets the name of the resource. For a numeric resource identifier, the decimal number is prefixed with a "#".
Declaration Syntax
C# Visual Basic Visual C++
public string Name { get; set; }
Public Property Name As String
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)