BasePage.Id Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Id As Guid
public virtual Guid Id { get; }
public:
virtual property Guid Id {
Guid get ();
}
abstract Id : Guid with get
override Id : Guid with get
function get Id () : Guid
Property Value
Type: System.Guid
Returns Guid.
Implements
.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.