public: property Guid Id { Guid get(); void set(Guid value); };
public Guid Id { get; set; }
member this.Id : Guid with get, set
Public Property Id As Guid
Thank you.
Send feedback about
Loading feedback...