IdAttribute
class
Namespace: Orleans
Specifies the unique identity of a member.
public sealed class IdAttribute : AttributeRemarks
Every serializable member in a type which has
GenerateSerializerAttribute applied to it must have one IdAttribute attribute applied with a unique IdAttribute value. Constructors
IdAttribute(uint)Initializes a new instance of theIdAttributeclass.
Properties
IdGets the identifier.
