ParticleCloudIsAuthenticated Property |
True if the user is authenticated into the cloud
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic bool IsAuthenticated { get; }
Public ReadOnly Property IsAuthenticated As Boolean
Get
public:
property bool IsAuthenticated {
bool get ();
}
member IsAuthenticated : bool with get
Property Value
Type:
Boolean
See Also