GenerateAllConstantsAttribute Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
alternateName As String _
)
public GenerateAllConstantsAttribute(
string alternateName
)
public:
GenerateAllConstantsAttribute(
String^ alternateName
)
new :
alternateName:string -> GenerateAllConstantsAttribute
public function GenerateAllConstantsAttribute(
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.