Public Function CreateExposureView( _ ByVal request As CreateExposureViewRequest _ ) As CreateExposureViewResponse
Dim instance As ProjectManagementServiceClient Dim request As CreateExposureViewRequest Dim value As CreateExposureViewResponse value = instance.CreateExposureView(request)
public CreateExposureViewResponse CreateExposureView( CreateExposureViewRequest request )
Parameters
- request
- Contains a CreateExposureViewRequest that identifies the properties of the Exposure View that you want to create, along with the associated Touchstone-generated Project Sequential Identifier (SID), Business Unit SID, and SQL Instance SID.
Return Value
A CreateExposureViewResponse containing the Exposure View SID, which uniquely identifies the Exposure View that you have created.