AliasAttribute
class
Namespace: Orleans
When applied to a type or method, specifies a well-known name which can be used to identify that type or method.
public sealed class AliasAttribute : AttributeRemarks
In the case of a type, the alias must be globally unique. In the case of a method, the alias must be unique to the declaring type.
Constructors
AliasAttribute(string)Initializes a new instance of theAliasAttributeclass.
Properties
AliasGets the alias.
