ParticleDevicePlatformId Property |
The PlatformId for the ParticleDevice
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Nullable<int> PlatformId { get; }
Public ReadOnly Property PlatformId As Nullable(Of Integer)
Get
public:
property Nullable<int> PlatformId {
Nullable<int> get ();
}
member PlatformId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also