Click or drag to resize
ObjectSelectorItemObjectGuid Property
Object GUID. It's populated with a value only if IdentifyObjectByGuid is true; otherwise it has a value of null.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Nullable<Guid> ObjectGuid { get; set; }

Property Value

Type: NullableGuid
See Also