 | PostImportAttdrecordID Property |
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string recordID { get; set; }
Public Property recordID As String
Get
Set
public:
property String^ recordID {
String^ get ();
void set (String^ value);
}
function get recordID () : String
function set recordID (value : String)
function get_recordID();
function set_recordID(value);
Property Value
Type:
String
See Also