Amazon.ECS.Model.SellerLookupRequest.IsSetSellerId C# (CSharp) Method

IsSetSellerId() public method

Checks of SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetSellerId()
        {
            return (SellerId.Count > 0);
        }