Class StdBEXDUSMS
Definição de uma função do utilizador (envio de mensagens SMS).
Inheritance
System.Object
StdBEXDUSMS
Implements
StdPlatBE100.IStdBEXDUSMS
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("FDD98692-9D74-4E50-9F49-81EAA9E5E5C2")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXDUSMS : IStdBEXDUSMS
Constructors
StdBEXDUSMS()
Declaration
public StdBEXDUSMS()
Properties
Destinatarios
Destinatário(s) da mensagem.
Declaration
public string Destinatarios { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcao
Identificador da função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mensagem
Corpo da mensagem.
Declaration
public string Mensagem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEXDUSMS