Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.SecMetadataID

TElWinAzureDataStorage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the name of the metadata element storing object protection information.

Declaration

[C#]
    string SecMetadataID;

[VB.NET]
    Property SecMetadataID As String

[Pascal]
    property SecMetadataID : string;

[C++]
    void get_SecMetadataID(std::string &OutResult);
    void set_SecMetadataID(const std::string &Value);

[PHP]
    string get_SecMetadataID()
    void set_SecMetadataID(string $Value)

[Java]
    String getSecMetadataID();
    void setSecMetadataID(String Value);

Description

    Use this property to specify the name of the metadata element storing object protection information.
    In most cases there is no need in altering the value of this property.

Discuss this help topic in SecureBlackbox Forum