GenerateConstantAttributeBase.AlternateName Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property AlternateName As String
public string AlternateName { get; private set; }
public:
property String^ AlternateName {
String^ get ();
private: void set (String^ value);
}
member AlternateName : string with get, private set
function get AlternateName () : String
private function set AlternateName (value : String)
Property Value
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.