GenerateConstantAttributeBase Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
alternateName As String _
)
protected GenerateConstantAttributeBase(
string alternateName
)
protected:
GenerateConstantAttributeBase(
String^ alternateName
)
new :
alternateName:string -> GenerateConstantAttributeBase
protected function GenerateConstantAttributeBase(
alternateName : String
)
Parameters
- alternateName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.