CommonHeaderBaseTTypeIdentifierTypeID Property
Gets or sets the identifier used for identifying the
Type to be parsed.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.176 -- Release Build+0c66bfd187420d99e53fa75c4791032c2df9fc92
public virtual TTypeIdentifier TypeID { get; set; }
Public Overridable Property TypeID As TTypeIdentifier
Get
Set
public:
virtual property TTypeIdentifier TypeID {
TTypeIdentifier get ();
void set (TTypeIdentifier value);
}
function get_TypeID();
function set_TypeID(value);
TTypeIdentifierICommonHeaderTTypeIdentifierTypeID