Class SilverlightCommand
Inheritance
System.Object
    SilverlightCommand
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class SilverlightCommandConstructors
SilverlightCommand(SilverlightCommandType, IAutomationPeer)
Declaration
public SilverlightCommand(SilverlightCommandType type, IAutomationPeer peer)Parameters
| SilverlightCommandType
        type 
 | 
| IAutomationPeer
        peer 
 | 
Properties
Method
Property
Reference
Reference2
Type
Value
Declaration
public string Value { get; set; }Property Value
| System.String 
 | 
Methods
AsString()
Declaration
public string AsString()Returns
| System.String 
 | 
FromString(String)
Declaration
public static SilverlightCommand FromString(string s)Parameters
| System.String
        s 
 | 
Returns
| SilverlightCommand 
 |