[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=WhenInstalled" + "")]
public Stream WhenInstalled(
string id,
string domain
)
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=WhenInstalled")>
<OperationContractAttribute()>
Function WhenInstalled( _
ByVal id As String, _
ByVal domain As String _
) As Stream
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=WhenInstalled")]
[OperationContractAttribute()]
Stream^ WhenInstalled(
String^ id,
String^ domain
)
domain
The domain name of the site or organization that is being served by the located component.