DynamicDnsInfo.Puid Property
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 Puid As ULong
[CLSCompliantAttribute(false)]
public ulong Puid { get; set; }
[CLSCompliantAttribute(false)]
public:
property unsigned long long Puid {
unsigned long long get ();
void set (unsigned long long value);
}
[<CLSCompliantAttribute(false)>]
member Puid : uint64 with get, set
function get Puid () : ulong
function set Puid (value : ulong)
Property Value
Type: System.UInt64
.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.