'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property WFInstance As System.Guid
'Usage
Dim instance As Entry Dim value As System.Guid instance.WFInstance = value value = instance.WFInstance
[System.Runtime.Serialization.DataMember()] [System.ComponentModel.Browsable(false)] public System.Guid WFInstance {get; set;}