Id

SignatureLine.Id property

Bu imza satırı için tanımlayıcıyı alır veya ayarlar.

public Guid Id { get; set; }

Örnekler


[C#]
// İmza satırı nesnesi oluştur
SignatureLine s1 = new SignatureLine();
s1.Id = System.Guid.NewGuid();

Ayrıca bakınız