Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property Ttl As UInteger
[CLSCompliantAttribute(false)]
public uint Ttl { get; set; }
[CLSCompliantAttribute(false)]
public:
property unsigned int Ttl {
unsigned int get ();
void set (unsigned int value);
}
[<CLSCompliantAttribute(false)>]
member Ttl : uint32 with get, set
function get Ttl () : uint
function set Ttl (value : uint)
Property Value
Type: System.UInt32
.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.