Método IVsaItem.GetOption
Obtém as opções específicas de implementação para um mecanismo de script.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Function GetOption ( _
name As String _
) As Object
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
Object GetOption(
string name
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
Object^ GetOption(
String^ name
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract GetOption :
name:string -> Object
function GetOption(
name : String
) : Object
Parâmetros
name
Tipo: StringO nome da opção de recuperação.
Valor de retorno
Tipo: Object
Retorna o valor da opção especificada.