AttachmentParentType Property | |
Gets the parent Type.
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<AttachmentParentType> ParentType { get; set; }
Public Property ParentType As Nullable(Of AttachmentParentType)
Get
Set
public:
property Nullable<AttachmentParentType> ParentType {
Nullable<AttachmentParentType> get ();
void set (Nullable<AttachmentParentType> value);
}
member ParentType : Nullable<AttachmentParentType> with get, set
Return Value
Type:
NullableAttachmentParentType the parent Type
See Also