ParticleEventDataCoreId Property |
Gets or sets the core identifier.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic string CoreId { get; set; }
Public Property CoreId As String
Get
Set
public:
property String^ CoreId {
String^ get ();
void set (String^ value);
}
member CoreId : string with get, set
Property Value
Type:
String
The core identifier.
See Also