MembershipChangeInfo.ContainerId Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ContainerId As Guid
public Guid ContainerId { get; set; }
public:
property Guid ContainerId {
Guid get ();
void set (Guid value);
}
member ContainerId : Guid with get, set
function get ContainerId () : Guid
function set ContainerId (value : Guid)
Property Value
Type: System.Guid
.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.