Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Indicates if the data is not applicable for the current device. If TRUE, the Remote Tools Framework will automatically display a view stating that the data is not applicable for the device.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public bool DataNotApplicable { get; set; }
'Declaration
Public Property DataNotApplicable As Boolean
Remarks
This property must be set in the OnGetData method.
This property will change to FALSE if the P:Microsoft.RemoteToolSdk.PluginComponents.PluginData.Initialized property is set to true.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace