Show / Hide Table of Contents

Class DynamicActivityProperty

Inheritance
System.Object
DynamicActivityProperty
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class DynamicActivityProperty : Object

Constructors

DynamicActivityProperty()

Declaration
public DynamicActivityProperty()

Properties

Attributes

Declaration
public Collection<Attribute> Attributes { get; }
Property Value
System.Collections.ObjectModel.Collection<System.Attribute>

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Type

Declaration
public Type Type { get; set; }
Property Value
System.Type

Value

Declaration
public object Value { get; set; }
Property Value
System.Object

Methods

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX