WebExtensionReferenceId Property |
Gets and sets the identifier associated with the Office Add-in within a catalog provider.
The identifier MUST be unique within a catalog provider.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string Id { get; set; }
Public Property Id As String
Get
Set
public:
property String^ Id {
String^ get ();
void set (String^ value);
}
member Id : string with get, set
Property Value
Type:
String
See Also