MessageAttachmentContentType Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Messages.MessageAttachment.ContentType"]
Namespace: WorkZone.Dispatcher.Base.MessagesAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
virtual property String^ ContentType {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ContentType : string with get, set
override ContentType : string with get, set
Property Value
StringImplements
IMessageContentContentType
See Also