SignedDataBlock.Signatures Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma referência ao SignatureCollection objeto associado ao SignedDataBlock objeto.
public:
abstract property Microsoft::Office::InfoPath::SignatureCollection ^ Signatures { Microsoft::Office::InfoPath::SignatureCollection ^ get(); };
public abstract Microsoft.Office.InfoPath.SignatureCollection Signatures { get; }
member this.Signatures : Microsoft.Office.InfoPath.SignatureCollection
Public MustOverride ReadOnly Property Signatures As SignatureCollection
Valor da propriedade
O SignatureCollection objeto associado ao SignedDataBlock objeto.
Comentários
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.