Package.Location Property
Gets and sets information about whether the add-in integrates with an online service or integrates with the local server.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 11, IsRequired = false)]
public string Location { get; set; }
public:
[DataMemberAttribute(Order = 11, IsRequired = false)]
property String^ Location {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 11, IsRequired := False)>
Public Property Location As String
Property Value
Type: System.String
An instance of String that contains the integration information.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top