SearchResultItemParentObjectFavorite Property | |
Indicates whether the search result item parent is a favorite
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Nullable<bool> ParentObjectFavorite { get; set; }
Public Property ParentObjectFavorite As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ParentObjectFavorite {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ParentObjectFavorite : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also