Smartsheet.Api.Models.Group.UpdateGroupBuilder.GetOwnerId C# (CSharp) Méthode

GetOwnerId() public méthode

Gets the Owner ID of the Group.
public GetOwnerId ( ) : long?
Résultat long?
            public long? GetOwnerId()
            {
                return this.ownerId;
            }