Class OverloadGroupAttribute
Inheritance
System.Object
OverloadGroupAttribute
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class OverloadGroupAttribute : Attribute
Constructors
OverloadGroupAttribute()
Declaration
public OverloadGroupAttribute()
OverloadGroupAttribute(String)
Declaration
public OverloadGroupAttribute(string groupName)
Parameters
System.String
groupName
|
Properties
GroupName
Declaration
public string GroupName { get; set; }
Property Value
System.String
|
TypeId
Declaration
public override object TypeId { get; }
Property Value
System.Object
|