Show / Hide Table of Contents

Class Location

Inheritance
System.Object
Location
Location<T>
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

Back to top Generated by DocFX