ResourceExternalID Property |
An ID to be used when visualising the solution or exporting it to a
report. If this property is not used then
ID
is used instead.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic string ExternalID { get; set; }
Public Property ExternalID As String
Get
Set
public:
property String^ ExternalID {
String^ get ();
void set (String^ value);
}
member ExternalID : string with get, set
Property Value
Type:
String
See Also