DSCResources/cSNMPTrapDestination/cSNMPTrapDestination.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("cSNMPTrapDestination")]
class cSNMPTrapDestination : OMI_BaseResource
{
    [Key] String Destination;
    [Write] String Community;
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};