A descriptive name for the application (not necessarily unique).
'Declaration
<DataMemberAttribute(IsRequired=True,
EmitDefaultValue=False,
Order=0)>
Public Property ApplicationName As String
'Usage
Dim instance As ApplicationConfiguration
Dim value As String
instance.ApplicationName = value
value = instance.ApplicationName
[DataMember(IsRequired=true,
EmitDefaultValue=false,
Order=0)]
public string ApplicationName {get; set;}
[DataMember(IsRequired=true,
EmitDefaultValue=false,
Order=0)]
public:
property String^ ApplicationName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the application.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2