 | ProgramID Property |
Gets or sets the program id.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ID { get; set; }
Public Property ID As String
Get
Set
public:
property String^ ID {
String^ get ();
void set (String^ value);
}
function get ID () : String
function set ID (value : String)
function get_ID();
function set_ID(value);
Property Value
Type:
StringThe program id.
See Also