PeerObject::Id Property

 

Gets or sets a Guid associated with the PeerObject instance.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property Guid Id {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

Guid associated with the PeerObject

.

Exception Condition
ObjectDisposedException

The PeerObject instance has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: