GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs.Result 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 ReadOnly Property Result As UInteger
[CLSCompliantAttribute(false)]
public uint Result { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned int Result {
unsigned int get ();
}
[<CLSCompliantAttribute(false)>]
member Result : uint32 with get
function get Result () : 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.
See Also
Reference
GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs Class