PublicationRecordPublicationReferences Property
|
Get publication references.
Namespace:
Guardtime.KSI.Publication
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IList<string> PublicationReferences { get; }
Public ReadOnly Property PublicationReferences As IList(Of String)
Get
public:
property IList<String^>^ PublicationReferences {
IList<String^>^ get ();
}
member PublicationReferences : IList<string> with get
Property Value
Type:
IListString
See Also