Skip to content

IdAttribute

class

Namespace: Orleans

Specifies the unique identity of a member.
public sealed class IdAttribute : Attribute

Remarks

Every serializable member in a type which has GenerateSerializerAttribute applied to it must have one IdAttribute attribute applied with a unique IdAttribute value.

Constructors

Properties

  • Id Gets the identifier.