CitationAnnotation.FileId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.