MemoFormatName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract(Name="MemoFormatName", Namespace="http://schemas.microsoft.com/xrm/9.0/Metadata")]
public sealed class MemoFormatName : Microsoft.Xrm.Sdk.Metadata.ConstantsBase<string>
[<System.Runtime.Serialization.DataContract(Name="MemoFormatName", Namespace="http://schemas.microsoft.com/xrm/9.0/Metadata")>]
type MemoFormatName = class
inherit ConstantsBase<string>
Public NotInheritable Class MemoFormatName
Inherits ConstantsBase(Of String)
- Inheritance
- Attributes
Constructors
MemoFormatName() |
Fields
Json | |
RichText | |
Text | |
TextArea |
Properties
ExtensionData | (Inherited from ConstantsBase<T>) |
Value | (Inherited from ConstantsBase<T>) |
Methods
Equals(Object) | |
GetHashCode() | |
ValueExistsInList(T) |
Indicates whether a value exists in the list. (Inherited from ConstantsBase<T>) |
Operators
Equality(MemoFormatName, MemoFormatName) | |
Implicit(String to MemoFormatName) | |
Inequality(MemoFormatName, MemoFormatName) |