JAMS Developer Guide
SpecificLib Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieGetShareLibInfo Class : SpecificLib Property
Specifies the name of the library to get more information on (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the name of a specific library to get information on (optional)")>
Public Property SpecificLib As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionOozieGetShareLibInfo
Dim value As System.Activities.InArgument(Of String)
 
instance.SpecificLib = value
 
value = instance.SpecificLib
[System.ComponentModel.Description("Specifies the name of a specific library to get information on (optional)")]
public System.Activities.InArgument<string> SpecificLib {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionOozieGetShareLibInfo Class
HDInsightSessionOozieGetShareLibInfo Members