Visual Basic (Declaration) | |
---|---|
<ConfigurationPropertyAttribute(IsKey=False, IsRequired=True, Name="connectionName", IsDefaultCollection=False)> Public Property ConnectionName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ConfigurationPropertyAttribute(IsKey=false, IsRequired=true, Name="connectionName", IsDefaultCollection=false)] public string ConnectionName {get; set;} |
C++/CLI | |
---|---|
[ConfigurationPropertyAttribute(IsKey=false, IsRequired=true, Name="connectionName", IsDefaultCollection=false)] public: property String^ ConnectionName { String^ get(); void set (String^ value); } |
Return Value
A String containing the name of the service.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family