public class WebExtensionReference
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getId() | |
void | setId(java.lang.Stringvalue) | |
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. | ||
java.lang.String | getStoreName() | |
void | setStoreName(java.lang.Stringvalue) | |
Gets and sets the instance of the marketplace where the Office Add-in is stored. . | ||
int | getStoreType() | |
void | setStoreType(intvalue) | |
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant. | ||
java.lang.String | getVersion() | |
void | setVersion(java.lang.Stringvalue) | |
Gets and sets the version. |
public java.lang.String getId() / public void setId(java.lang.String value)
public java.lang.String getVersion() / public void setVersion(java.lang.String value)
public java.lang.String getStoreName() / public void setStoreName(java.lang.String value)
public int getStoreType() / public void setStoreType(int value)