Share via


TeamFoundationMetadataAttribute.MaxLength Property

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property MaxLength As Short
public short MaxLength { get; private set; }
public:
property short MaxLength {
    short get ();
    private: void set (short value);
}
member MaxLength : int16 with get, private set
function get MaxLength () : short 
private function set MaxLength (value : short)

Property Value

Type: System.Int16

.NET Framework Security

See Also

Reference

TeamFoundationMetadataAttribute Class

Microsoft.TeamFoundation.Server.Core Namespace