コード例 #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);
    }
コード例 #2
0
    public publisherAssertions get_publisherAssertions(get_publisherAssertions get_publisherAssertions1)
    {
        get_publisherAssertionsRequest inValue = new get_publisherAssertionsRequest();

        inValue.get_publisherAssertions = get_publisherAssertions1;
        get_publisherAssertionsResponse retVal = ((Publish)(this)).get_publisherAssertions(inValue);

        return(retVal.publisherAssertions);
    }