Share via


CitationAnnotation.FileId Property

Definition

Gets or sets a source identifier associated with the annotation.

public:
 property System::String ^ FileId { System::String ^ get(); void set(System::String ^ value); };
public string? FileId { get; set; }
member this.FileId : string with get, set
Public Property FileId As String

Property Value

Remarks

This is a provider-specific identifier that can be used to reference the source material by an ID. This might be a document ID, a file ID, or some other identifier for the source material that can be used to uniquely identify it with the provider.

Applies to