Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves information about the published web application that has the specified ID.
Syntax
uint32 GetByID(
  [in]  string          ID,
  [out] PublishedWebApp cmdletOutput[]
);
Parameters
- 
ID [in] 
- 
The ID of the published web application. 
- 
cmdletOutput [out] 
- 
When this method returns, if there are multiple results, this parameter contains an array of application names. Otherwise, this parameter contains an array that contains the information about the published web application. 
Return value
Returns 0 on success, otherwise returns a WMI error code.
Requirements
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2012 R2 | 
| Namespace | Root\Microsoft\Windows\WebApplicationProxy | 
| Header | 
 | 
| MOF | 
 | 
| DLL | 
 |