https://ontology.unifiedcyberontology.org/uco/observable/iShowMessageAction
Specifies an action that shows a message box when a task is activated. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:iShowMessageAction | observable:IShowMessageActionType |
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
observable:iShowMessageAction a owl:ObjectProperty ;
rdfs:label "iShowMessageAction"@en ;
rdfs:comment "Specifies an action that shows a message box when a task is activated. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx."@en ;
rdfs:range observable:IShowMessageActionType .