Estas dos llaves siempre tienen que ser de tipo String. El resto de propiedades pueden ser: Binary, Bool, DateTime, Double, GUID, Int, Int64, String.
Types - PartitionKey and RowKey must be of type string and the rest of the properties can be any of the following types: Binary, Bool, DateTime, Double, GUID, Int, Int64, String.
Eso simplemente dice que el parámetro message es de tipo String.
It simply says that the message parameter is of type String.
O podría ser el tipo String
La propiedad añadida es una matriz de tipo String en formato XML.
The added property is an array of string type in XML format.
La función recibe dos parámetros de tipo String
Retorna verdadero si el atributo de tipo string es nulo o esta vacío.
Returns true if a string-type attribute is null or empty.
Necesita estar asociado a un atributo del tipo String.
It needs to be associated to an attribute of the String type.
El siguiente ejemplo ilustra cómo utilizar el inicializador de tipo String.
The next example illustrates how to use the initializer of the String type.
Si aún está indefinido, por defecto es el tipo String, no un pixmap.
If still undefined, default is the String type, not a pixmap.
Tenga en cuenta que las variables de tipo String no puede configurarse como editables.
Please note that String type variables cannot be set as editable.
Eso significa que vamos a devolver un parámetro tipo String a quien nos haya llamado.
That means that we will return a String type parameter.
El tutorial ha presentado hasta el momento varias variables de tipo String pero sin mucha explicación.
The tutorial has so far introduced several variables of type String, but without much explanation.
En el código de arriba, observarás que no declaramos de manera explícita el tipo String.
In the code above, you'll observe that we did not explicitly state the type String.