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