ComponentOne Basic Library for WPF and Silverlight
OwnerType Property


C1.Silverlight Namespace > C1Command Class : OwnerType Property
Gets the type that is registered with the command.
Syntax
'Declaration
 
Public ReadOnly Property OwnerType As System.Type
'Usage
 
Dim instance As C1Command
Dim value As System.Type
 
value = instance.OwnerType
public System.Type OwnerType {get;}
See Also

Reference

C1Command Class
C1Command Members