Example #1
0
    public publisherAssertions set_publisherAssertions(set_publisherAssertions set_publisherAssertions1)
    {
        set_publisherAssertionsRequest inValue = new set_publisherAssertionsRequest();

        inValue.set_publisherAssertions = set_publisherAssertions1;
        get_publisherAssertionsResponse retVal = ((Publish)(this)).set_publisherAssertions(inValue);

        return(retVal.publisherAssertions);
    }
Example #2
0
 public set_publisherAssertionsRequest(set_publisherAssertions set_publisherAssertions)
 {
     this.set_publisherAssertions = set_publisherAssertions;
 }