Class Location
Inheritance
System.Object
Location
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public abstract class Location : Object
Constructors
Location()
Declaration
protected Location()
Properties
LocationType
Declaration
public abstract Type LocationType { get; }
Property Value
System.Type
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
ValueCore
Declaration
protected abstract object ValueCore { get; set; }
Property Value
System.Object
|